I'm Urav. I build things with code.
This section auto-updates daily. It features one of my recent commits, or something interesting from my network, or a random gem from the wild. The commit gets roasted by an opinionated AI and rendered as a strange attractor.
Last updated: 2026-05-07
Commit: github/spec-kit by @DyanGalih · 11f49eb
Message: "chore: update extension versions in community catalog (#2468)
- chore: update extension versions in community catalog
- Update architecture-guard from v1.4.0 to v1.6.7
- Update memory-md from v0.7.5 to v0.7.9
- Update security-review from v1.4.2 to v1.4.5
All extensions now point to latest release downloads.
- chore: update timestamps in community catalog
Co-authored-by: Copilot copilot@github.com
Co-authored-by: Copilot copilot@github.com"
Review: Another routine catalog refresh, ensuring extensions point to the latest shiny bits. The timestamps are getting a good scrub, even with Copilot getting co-author credit for... well, ticking clocks. It's clean, necessary maintenance.
Chaos: 10% · Mood: #A7D9ED
What is this?
The Pipeline:
- A GitHub Action runs daily and picks a commit (my own → network → starred repos → fallback)
- The commit diff is fed to Gemini, which produces a witty critique, a chaos score (0-100), and a mood color
- A Lorenz attractor is rendered using these parameters:
- Chaos score → modulates ρ (rho), affecting how chaotic the butterfly looks
- Mood color → tints the gradient from black → color → white
- Commit hash → seeds the initial conditions, so every commit is unique
The Math:
The Lorenz system is a set of differential equations that exhibit deterministic chaos. Small changes in initial conditions produce wildly different trajectories. It's the "butterfly effect", fitting for visualizing commits.
Links: